-
Notifications
You must be signed in to change notification settings - Fork 11
🌱 Move container build to GH runner #26
🌱 Move container build to GH runner #26
Conversation
Signed-off-by: Huy Mai <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also add description.
Signed-off-by: Huy Mai <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
@tuminoid: adding LGTM is restricted to approvers and reviewers in OWNERS files. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
/cc @dtantsur @elfosardo We need to get this in to get rid of Jenkins based builds, PTAL. |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: elfosardo The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Move container image builds to GH runners, using common image build workflow from project-infra, making workflow much cleaner and maintainable.
This solves many GH workflow<->Jenkins related issues, like false timeouts due scheduling and GH workers do not suffer from random network issues as often.